Fix misuse of ImageMagick that caused core dump.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Mar 2013 17:35:29 +0000 (09:35 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Mar 2013 17:35:29 +0000 (09:35 -0800)
commit5f9c1d2d7614d0ce0c4fcbd17591722e4b6b5eba
treee57c43bba4d8bc9c8c2ce4f98adc5bff309efd30
parentcc1a94b2ef83898badfecb88fdb1dff9b577169f
Fix misuse of ImageMagick that caused core dump.

* image.c (imagemagick_load_image): Calculate height and width
after flattening the image, not before.
src/ChangeLog
src/image.c